home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / BIN / BUG.BAT < prev    next >
DOS Batch File  |  1997-01-10  |  191b  |  16 lines

  1. @echo off
  2. if "%1"=="" goto usage
  3.  
  4. :debug
  5. wd /tr=rsi %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. goto end
  7.  
  8. :usage
  9. Echo BUG filename[.exe]
  10. echo.
  11. echo Issues WD.EXE to debug filename
  12. echo.
  13.  
  14. :end
  15.  
  16.